Return to start page

FindString

Description

Searches for position of string searchedString in string whichString. If searchedString is not contained by whichString function will return -1 otherwise it will return its position. whichString String which should contain searched string. searchedString String which is searched. If the string was found it returns its position otherwise it will return -1.

Source File

Core/String/Library Misc.j

Library

ALibraryCoreStringMisc

Scope

-

Private

No

Parameters

Return Type

integer

Public

No

Native

No

Constant

No